Is it dangerous to substitute unit tests for user testing? [closed]

Posted by MushinNoShin on Programmers See other posts from Programmers or by MushinNoShin
Published on 2012-10-25T15:42:35Z Indexed on 2012/10/25 23:15 UTC
Read the original article Hit count: 279

Is it dangerous to substitute unit tests for user testing?

A co-worker believes we can reduce the manual user testing we need to do by adding more unit tests. Is this dangerous?

Unit tests seem to have a very different purpose than user testing. Aren't unit tests to inform design and allow breaking changes to be caught early? Isn't that fundamentally different than determining if an aspect of the system is correct as a whole of the system? Is this a case of substituting apples for oranges?

© Programmers or respective owner

Related posts about testing

Related posts about unit-testing